Skip to content

Conversation

@shimib
Copy link

@shimib shimib commented Nov 25, 2025

API and initial implementation for online batch processing (asynch processing).

Signed-off-by: Shimi Bandiel <[email protected]>
Copy link

@ahg-g ahg-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @shimib , can we add a user guide to clearly show how everything fits together?

)

const (
redisURL = "localhost:6379"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shimib Look at using MiniRedis for tests. Miniredis is a pure Go Embedded Redis server for unit tests.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, will do

{
"id" : "19933123533434",
"deadline" : "1764045130",
"payload": {"model":"food-review","prompt":"hi", "max_tokens":10,"temperature":0}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shimib This only supports /v1/completions. Is that on purpose?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn't, endpoint will be configurable. Will be in the user guide

upload image

Signed-off-by: Shimi Bandiel <[email protected]>
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

🚨 Unsigned commits detected! Please sign your commits.

For instructions on how to set up GPG/SSH signing and verify your commits,
please see GitHub Documentation.

…d Makefile support for batch exec.

Signed-off-by: Shimi Bandiel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants